Change capabilties vec to show we only write routes.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 6 May 2005 15:13:45 +0000 (15:13 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 6 May 2005 15:13:45 +0000 (15:13 +0000)
gpsbabel/tef_xml.c

index e22d8ada8412feaa23e3e6b089504f386b135ba2..51946ad26c0fb686a4a7f6d8eff173e02ba2dc88 100644 (file)
@@ -287,7 +287,7 @@ tef_xml_rd_deinit(void)
 
 ff_vecs_t tef_xml_vecs = {
        ff_type_file,
-       { ff_cap_read, ff_cap_none, ff_cap_none },
+       { ff_cap_none, ff_cap_none, ff_cap_write },
        tef_xml_rd_init,        
        NULL,   
        tef_xml_rd_deinit,